//==============================================================================
// carcinos_anim.txt
//==============================================================================

//==============================================================================
define wakewalk
{
   set hotspot
   {
      version
      {
         Visualparticle Special G Carcinos walk
      }
   }
}

//==============================================================================
define rippleattack
{
   set hotspot
   {
      version
      {
         Visualparticle Special G Carcinos attack
      }
   }
}

//==============================================================================
define rippledeath
{
   set hotspot
   {
      version
      {
         Visualparticle Special G Carcinos Death
      }
   }
}

//==============================================================================
define rippleidle
{
   set hotspot
   {
      version
      {
         Visualparticle Special G Carcinos Idle
      }
   }
}

//==============================================================================
define greekbirthSFX
{
   set hotspot
   {
      version
      {
         VisualParticle SFX G Myth Unit Birth Effect
      }
   }
}

//==============================================================================
anim Walk
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Special G Carcinos_WalkA
			connect hotspot wakewalk hotspot
         }
      }
   }
}

//==============================================================================
anim Idle
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Special G Carcinos_IdleA
			Connect hotspot rippleidle hotspot
         }
      }
   }
}

//==============================================================================
anim Attack
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			Visual Special G Carcinos_AttackA
			//-- auto generated by the bang animation tool
			//-- do not hand edit these values
			tag Attack 0.46 true   
			tag GenericSound 0.60 true   
			tag SpecificSoundSet 0.40 false ScarabAttack checkVisible 
			tag SpecificSoundSet 0.52 false ScarabAttack checkVisible 
			//-- end auto generated section
			Connect hotspot rippleattack hotspot
         }
			version
         {
			Visual Special G Carcinos_AttackB
			//-- auto generated by the bang animation tool
			//-- do not hand edit these values
			tag Attack 0.46 true   
			tag GenericSound 0.60 true   
			tag SpecificSoundSet 0.40 false ScarabAttack checkVisible 
			//-- end auto generated section
			Connect hotspot rippleattack hotspot
         }
      }
   }
}


//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			Visual Special G Carcinos_DeathA
			//-- auto generated by the bang animation tool
			//-- do not hand edit these values
			tag SpecificSoundSet 0.13 false ShipDeathSplash checkVisible 
			//-- end auto generated section
			Connect hotspot rippledeath hotspot
         }
      }
   }
}

//==============================================================================
anim Bored
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Special G Carcinos_BoredA
				Connect hotspot rippleidle hotspot
         }
      }
   }
}

//==============================================================================
anim Flail
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Special G Carcinos_FlailA
         }
      }
   }
}

//==============================================================================
anim Birth
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Special G Carcinos_BirthA
				Connect hotspot rippleidle hotspot
				connect HOTSPOT greekbirthSFX hotspot
         }
      }
   }
}